Eclipse Platform
Pre-release 3.0

org.eclipse.team.ui.synchronize.actions
Class SyncInfoFilter.AutomergableFilter

java.lang.Object
  extended byorg.eclipse.team.ui.synchronize.actions.SyncInfoFilter
      extended byorg.eclipse.team.ui.synchronize.actions.SyncInfoFilter.AutomergableFilter
Enclosing class:
SyncInfoFilter

public static class SyncInfoFilter.AutomergableFilter
extends SyncInfoFilter


Nested Class Summary
 
Nested classes inherited from class org.eclipse.team.ui.synchronize.actions.SyncInfoFilter
SyncInfoFilter.AndSyncInfoFilter, SyncInfoFilter.AutomergableFilter, SyncInfoFilter.CompoundSyncInfoFilter, SyncInfoFilter.OrSyncInfoFilter, SyncInfoFilter.PseudoConflictFilter, SyncInfoFilter.SyncInfoChangeTypeFilter, SyncInfoFilter.SyncInfoDirectionFilter
 
Constructor Summary
SyncInfoFilter.AutomergableFilter()
           
 
Method Summary
 boolean select(SyncInfo info)
          Return true if the provided SyncInfo matches the filter.
 
Methods inherited from class org.eclipse.team.ui.synchronize.actions.SyncInfoFilter
getDirectionAndChangeFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncInfoFilter.AutomergableFilter

public SyncInfoFilter.AutomergableFilter()
Method Detail

select

public boolean select(SyncInfo info)
Description copied from class: SyncInfoFilter
Return true if the provided SyncInfo matches the filter. The default behavior it to include resources whose syncKind is non-zero.

Overrides:
select in class SyncInfoFilter
Parameters:
info -
Returns:

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.